home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMMAILTOHISTORY / TFORMMAILTOHISTORY.txt
Encoding:
Text File  |  1997-12-06  |  1.8 KB  |  84 lines

  1. object FormMailToHistory: TFormMailToHistory
  2.   Left = 60
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'mailto: URLs'
  7.   ClientHeight = 170
  8.   ClientWidth = 562
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBoxHistory: TListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 562
  23.     Height = 134
  24.     Align = alTop
  25.     ExtendedSelect = False
  26.     IntegralHeight = True
  27.     ItemHeight = 13
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     OnClick = ListBoxHistoryClick
  32.     OnDblClick = ButtonInsertClick
  33.     OnKeyDown = ListBoxHistoryKeyDown
  34.     OnMouseDown = ListBoxHistoryMouseDown
  35.   end
  36.   object ButtonInsert: TButton
  37.     Left = 4
  38.     Top = 140
  39.     Width = 77
  40.     Height = 25
  41.     Hint = 'Use the currently selected entry and close'
  42.     Caption = '&OK'
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 1
  46.     OnClick = ButtonInsertClick
  47.   end
  48.   object ButtonDeleteEntry: TButton
  49.     Left = 88
  50.     Top = 140
  51.     Width = 77
  52.     Height = 25
  53.     Hint = 'Delete the currently selected entry'
  54.     Caption = '&Delete Entry'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 2
  58.     OnClick = ButtonDeleteEntryClick
  59.   end
  60.   object ButtonClose: TButton
  61.     Left = 172
  62.     Top = 140
  63.     Width = 77
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = '&Close'
  67.     ParentShowHint = False
  68.     ShowHint = False
  69.     TabOrder = 3
  70.     OnClick = ButtonCloseClick
  71.   end
  72.   object ButtonHelp: TButton
  73.     Left = 256
  74.     Top = 140
  75.     Width = 77
  76.     Height = 25
  77.     Caption = '&Help'
  78.     ParentShowHint = False
  79.     ShowHint = False
  80.     TabOrder = 4
  81.     OnClick = ButtonHelpClick
  82.   end
  83. end
  84.